# This is an example config file, used for testing Pyfig.
# Pyfig is found @ http://pyfig.alecwh.com

# you can change the config seperator from "\n" (newline) to anything
# spacing doesn't matter at all, between configs or name/values
# comment lines start with # or ;
# categories are marked with brackets

[general]
player_name = toaster_phun
professional/bool = False
age/int = 19

[connection]
type=dsl
speed=medium

[bank]
balance/int = 3000
profit/float = .02
is_active/bool = True
